home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Softdisk for Windows 42
/
Softdisk for Windows 42.iso
/
QUARRY
/
QUARRY.EXE
/
QUARRY.dxr
/
00251.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-01-01
|
220 b
|
13 lines
on exitFrame
global BLUESCORE, REDSCORE, GAMELEN
if BLUESCORE > REDSCORE then
go("BWON")
end if
if REDSCORE > BLUESCORE then
go("RWON")
end if
if BLUESCORE = REDSCORE then
go("TIED")
end if
end